home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / MacDOS 1.0.1 / MacDOS™ 1.0.1 / MacDOS™ 1.0.1.rsrc / TEXT_147_GOTO.txt < prev    next >
Encoding:
Text File  |  1993-10-23  |  240 b   |  8 lines

  1. Continues execution from a labelled line while in batch.
  2.  
  3. GOTO label
  4.  
  5.   label   is a string used as a label in the current batch program.
  6.           When used as a parameter of a GOTO, the label must not
  7.           contain the initial colon.
  8.